home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 September (Special) / Chip-Special_2004-09_Digitalni-Hudba.bin / hudba / earmaster / earpro4setup.exe / {app} / ear40.exe / 0 / RCDATA / TLEVELS / TLEVELS.txt
Text File  |  2003-04-03  |  2KB  |  113 lines

  1. object Levels: TLevels
  2.   Left = 342
  3.   Top = 123
  4.   HelpContext = 160
  5.   BorderStyle = bsDialog
  6.   Caption = 'Choose an exercise setup'
  7.   ClientHeight = 247
  8.   ClientWidth = 299
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'System'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnActivate = FormActivate
  18.   PixelsPerInch = 96
  19.   TextHeight = 16
  20.   object Label2: TLabel
  21.     Left = 10
  22.     Top = 10
  23.     Width = 131
  24.     Height = 16
  25.     Caption = 'Userdefined setups:'
  26.   end
  27.   object Bevel1: TBevel
  28.     Left = 3
  29.     Top = 5
  30.     Width = 200
  31.     Height = 240
  32.     Style = bsRaised
  33.   end
  34.   object Label1: TLabel
  35.     Left = 211
  36.     Top = 97
  37.     Width = 85
  38.     Height = 35
  39.     AutoSize = False
  40.     Caption = '* = personal files'
  41.     Font.Charset = DEFAULT_CHARSET
  42.     Font.Color = clBlack
  43.     Font.Height = -9
  44.     Font.Name = 'Arial'
  45.     Font.Style = []
  46.     ParentFont = False
  47.     WordWrap = True
  48.   end
  49.   object ListBox2: TListBox
  50.     Left = 10
  51.     Top = 27
  52.     Width = 186
  53.     Height = 185
  54.     ItemHeight = 16
  55.     Sorted = True
  56.     TabOrder = 0
  57.     OnClick = ListBox2Click
  58.     OnDblClick = ListBox2DblClick
  59.   end
  60.   object BitBtn1: TBitBtn
  61.     Left = 209
  62.     Top = 5
  63.     Width = 87
  64.     Height = 22
  65.     Caption = 'OK'
  66.     Default = True
  67.     ModalResult = 1
  68.     TabOrder = 1
  69.     OnClick = BitBtn1Click
  70.     NumGlyphs = 2
  71.   end
  72.   object BitBtn2: TBitBtn
  73.     Left = 114
  74.     Top = 215
  75.     Width = 82
  76.     Height = 20
  77.     Caption = 'Other...'
  78.     TabOrder = 2
  79.     OnClick = BitBtn2Click
  80.   end
  81.   object BitBtn3: TBitBtn
  82.     Left = 209
  83.     Top = 32
  84.     Width = 87
  85.     Height = 22
  86.     Cancel = True
  87.     Caption = 'Cancel'
  88.     ModalResult = 2
  89.     TabOrder = 3
  90.     NumGlyphs = 2
  91.   end
  92.   object BitBtn4: TBitBtn
  93.     Left = 209
  94.     Top = 58
  95.     Width = 87
  96.     Height = 23
  97.     HelpContext = 160
  98.     Caption = '&Help'
  99.     TabOrder = 4
  100.     OnClick = BitBtn4Click
  101.     NumGlyphs = 2
  102.   end
  103.   object OpenDialog1: TOpenDialog
  104.     HelpContext = 160
  105.     DefaultExt = 'EAR'
  106.     Filter = 'EarMaster|*.EAR'
  107.     Options = [ofHideReadOnly, ofShowHelp, ofPathMustExist, ofFileMustExist]
  108.     Title = 'Load Exercise Setup'
  109.     Left = 258
  110.     Top = 206
  111.   end
  112. end
  113.